GetCharABCWidths(IntPtr,UInt32,UInt32,ABC[]) Method
In This Topic
Syntax
'Declaration
Public Overloads Shared Function GetCharABCWidths( _
ByVal As System.IntPtr, _
ByVal As System.UInteger, _
ByVal As System.UInteger, _
ByVal () As Win32.ABC _
) As System.Boolean
public static System.bool GetCharABCWidths(
System.IntPtr ,
System.uint ,
System.uint ,
out Win32.ABC[]
)
Parameters
- hdc
- firstChar
- lastChar
- widths
See Also